function wyswietl()
{
  alert("Pierwszy komunikat");
  return;
  alert("Drugi komunikat");
}

wyswietl();
